home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $INSTDIR / Texts / CCDTrayStrings.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-05-08  |  672 b   |  37 lines

  1. #ifndef CCDTRAYSTRINGS_H
  2. #define CCDTRAYSTRINGS_H
  3.  
  4. #define IDS_TABLE_START 1
  5.  
  6. #define IDS_START_CLONECD 1
  7. #define IDS_CLOAK_CDR 2
  8. #define IDS_HELP 3
  9. #define IDS_AUTOSTART 4
  10. #define IDS_EXIT 5
  11. #define IDS_HOMEPAGE 6
  12.  
  13. #define IDS_ASK_AUTOSTART 7
  14. #define IDS_ASK_EXIT 8
  15.  
  16. #define IDS_TRAY_APP_NAME 9
  17. #define IDS_HOMEPAGE_URL 10
  18.  
  19. #define VCD_NUMBER_OF_DRIVES 11
  20. #define VCD_DISABLED 12
  21. #define VCD_CANCEL 13
  22. #define VCD_OK 14
  23.  
  24. #define IDS_VIRTUAL 15
  25. #define VCD_VIRTUAL 16
  26. #define VCD_REBOOT_REQUIRED 17
  27. #define VCD_SHEEP 18
  28.  
  29. #define IDS_TABLE_END 18
  30.  
  31.  
  32.  
  33. #define IDS_TABLE_SIZE (IDS_TABLE_END-IDS_TABLE_START+1)
  34.  
  35.  
  36. #endif /* CCDTRAYSTRINGS */
  37.